	
;;; QQ: 67762207
[@main]
#IF
#ACT
goto @TalkToQuest

[@TalkToQuest]
#IF
check [109] 1
check [110] 0
#ACT
Mov D0 1

#SAY
_On the task of <dialogue./@TalkToAreaQuest> \ \

#IF
Equal D0 0
#ACT
goto @NoQuest_Say

[@NoQuest_Say]
#IF
#SAY
_How do you come here? \ \
_<Close/@exit>


[@TalkToAreaQuest]
#CALL [AreaQuest\ChoboGuide9\ChoboGuide9.txt] @AreaQuest9NPC4
[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207